-
Re: How do I populate the highest parent level data into another cell?
I do it like this: =IF(COUNT(ANCESTORS([Primary Column]@row)) = 0, [Primary Column]@row, INDEX(ANCESTORS([Primary Column]@row), 1))6 · -
Cloud-based reporting for text reports, NOT data visualization?
I currently use the live data connector and MS Access to report Smartsheet data. Querying, grouping, filtering, sorting… it’s all great. But it requires that I distribute my MS Access front-end to ev…1 · -
Re: OR condition within range-criterion of COUNTIFS
I would add a helper column with a checkbox, a put an OR formula in there OR(this, that, the other) Then just use CHECKBOX,TRUE in your COUNTIFS.1 ·